Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtSplitMenuColorContainer Class / Write Method / Write(Byte[],Int32) Method
The source byte array.
The offset in source which indicates the starting location of biff record.


In This Topic
Write(Byte[],Int32) Method
In This Topic
Writes the structure content to a byte array.
Syntax
'Declaration
 
Public Overloads Function Write( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer _
) As Integer
 
'Usage
 
Dim instance As OfficeArtSplitMenuColorContainer
Dim buffer() As Byte
Dim offset As Integer
Dim value As Integer
 
value = instance.Write(buffer, offset)

Parameters

buffer
The source byte array.
offset
The offset in source which indicates the starting location of biff record.

Return Value

The starting point of the next biff record.
See Also